home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1994 August / August CD.bin / Shareware / Games / Core War / Battle Programs / contest92 / A04 EBS Roaches < prev    next >
Text File  |  1992-12-08  |  847b  |  34 lines

  1. ; name:  roaches
  2. ; EBS 1992 Qualifying Tournament Entry
  3. ;
  4. ; author:  Steven Morrell
  5. ; e-mail:  morell@math.utah.edu
  6. ; I am not an ICWS member.
  7. ;
  8. ;strategy  Sort of a weird paper-stone combo that breeds like mad.
  9. ;strategy  As in real life, the roach can often survive core-clearing
  10. ;strategy  even when most of my processes are busy examining SPL bombs
  11. ;strategy  which have been dropped on them.
  12.  
  13. first   jmp roach
  14.         mov 0,  0
  15. nest    spl -1
  16.         spl first,  <dst
  17.         spl 1
  18. roach   mov #0,  roaches
  19.         mov <roaches,  <dst
  20. dst     jmp @dst,  5000
  21. roaches spl 0
  22.         mov nest,  <dst
  23.         mov nest+1,  <dst
  24.         mov nest+2,  <dst
  25.         mov nest+3,  <dst
  26.         mov nest+4,  <dst
  27.         mov nest+5,  <dst
  28.         add #-146,  dst
  29.         mov first,  <dst
  30.         mov first+1,  <dst
  31.         jmp @dst
  32.  
  33.         end roaches
  34.